Skip to content

Expose tools and link-intent typings for admin.app.home.render#4468

Merged
JoviDeCroock merged 3 commits into
2026-07-rcfrom
admin-app-home-tools-and-intents
May 22, 2026
Merged

Expose tools and link-intent typings for admin.app.home.render#4468
JoviDeCroock merged 3 commits into
2026-07-rcfrom
admin-app-home-tools-and-intents

Conversation

@JoviDeCroock
Copy link
Copy Markdown
Contributor

What this PR does

admin.app.home.render extensions on hosted apps need to:

  1. Register Sidekick tool handlers via shopify.tools.register(...).
  2. Receive admin link intents (the navigate modality) on a long-lived
    extension instance and resolve them via shopify.intents.response.*.

@github-actions
Copy link
Copy Markdown
Contributor

🚨🚨🚨 Docs migration in progress 🚨🚨🚨

We are actively migrating UI extension reference docs to MDX in the areas/platforms/shopify-dev zone of the monorepo. This impacts docs for the following surfaces:

During this migration, please be aware of the following:

.doc.ts files are being deprecated. Changes to .doc.ts files in this repo will not be reflected in the new MDX-based docs. If you need to update docs for a reference that has already been migrated, make your changes directly in the areas/platforms/shopify-dev zone of the monorepo instead.

Doc comments in .ts source files (the comment blocks above types and functions) are also affected. Generating docs from these comments currently requires a newer version of the @shopify/generate-docs library that isn't yet available. Updates to doc comments may not produce the expected output until the migration is complete.

Examples that previously lived in this repo are being moved to the areas/platforms/shopify-dev zone of the monorepo and should be authored there going forward.

What should I do?

  • If your PR includes changes to .doc.ts files, doc comments, or examples, please reach out to us in #devtools-proj-templated-refs so we can help ensure your updates are captured correctly.
  • If your PR is limited to source code changes (non-docs), you can ignore this notice.

Thanks for your patience while we complete the migration! 🙏

@JoviDeCroock JoviDeCroock force-pushed the admin-app-home-tools-and-intents branch from 3248ddb to 040a166 Compare May 20, 2026 12:07
Copy link
Copy Markdown
Member

@vividviolet vividviolet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - just one minor request

Comment thread packages/ui-extensions-tester/src/tests/admin-tools.test.ts Outdated
Comment thread packages/ui-extensions-tester/src/tests/admin-app-home-intents.test.ts Outdated
@JoviDeCroock JoviDeCroock force-pushed the admin-app-home-tools-and-intents branch from 040a166 to a7ae5eb Compare May 22, 2026 14:12
@JoviDeCroock JoviDeCroock requested a review from vividviolet May 22, 2026 14:15
@JoviDeCroock JoviDeCroock force-pushed the admin-app-home-tools-and-intents branch from a7ae5eb to 077bc51 Compare May 22, 2026 14:15
@JoviDeCroock JoviDeCroock merged commit 84c8acd into 2026-07-rc May 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants